home *** CD-ROM | disk | FTP | other *** search
- object FormHTMLTableData: TFormHTMLTableData
- Left = 27
- Top = 61
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Table Data'
- ClientHeight = 302
- ClientWidth = 573
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object EditHTMLTag: TEdit
- Left = 4
- Top = 0
- Width = 83
- Height = 21
- Hint = 'HTML tag to be used if '#39'OK'#39' is pressed'
- TabStop = False
- AutoSize = False
- ParentColor = True
- ParentShowHint = False
- ReadOnly = True
- ShowHint = True
- TabOrder = 0
- Text = 'EditHTMLTag'
- OnChange = EditHTMLTagChange
- end
- object GroupBoxAlign: TGroupBox
- Left = 8
- Top = 28
- Width = 101
- Height = 81
- Caption = 'ALIGN'
- TabOrder = 1
- object ListBoxALIGN: TListBox
- Left = 2
- Top = 15
- Width = 97
- Height = 42
- Align = alClient
- ExtendedSelect = False
- ItemHeight = 13
- Items.Strings = (
- '0'
- 'left'
- 'center'
- 'right')
- ParentShowHint = False
- ShowHint = False
- TabOrder = 0
- OnClick = ListBoxALIGNClick
- end
- object PanelALIGN: TPanel
- Left = 2
- Top = 57
- Width = 97
- Height = 22
- Hint = 'ALIGN attribute'
- Align = alBottom
- Alignment = taLeftJustify
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'PanelALIGN'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = PanelALIGNClick
- end
- end
- object GroupBoxBGCOLOR: TGroupBox
- Left = 120
- Top = 28
- Width = 217
- Height = 37
- Caption = 'BGCOLOR'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 2
- object ButtonBGCOLOR: TButton
- Left = 188
- Top = 12
- Width = 21
- Height = 21
- Caption = '>>'
- TabOrder = 0
- OnClick = ButtonBGCOLORClick
- end
- object PanelBGCOLOR: TPanel
- Left = 2
- Top = 15
- Width = 183
- Height = 20
- Hint = 'BGCOLOR attribute'
- Align = alLeft
- Alignment = taLeftJustify
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'PanelBGCOLOR'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = PanelBGCOLORClick
- end
- end
- object GroupBoxBORDERCOLORLIGHT: TGroupBox
- Left = 348
- Top = 28
- Width = 217
- Height = 37
- Caption = 'BORDERCOLORLIGHT'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 3
- object ButtonBORDERCOLORLIGHT: TButton
- Left = 188
- Top = 12
- Width = 21
- Height = 21
- Caption = '>>'
- TabOrder = 0
- OnClick = ButtonBORDERCOLORLIGHTClick
- end
- object PanelBORDERCOLORLIGHT: TPanel
- Left = 2
- Top = 15
- Width = 183
- Height = 20
- Hint = 'BORDERCOLORLIGHT attribute'
- Align = alLeft
- Alignment = taLeftJustify
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'PanelBORDERCOLORLIGHT'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = PanelBORDERCOLORLIGHTClick
- end
- end
- object GroupBoxBORDERCOLOR: TGroupBox
- Left = 120
- Top = 72
- Width = 217
- Height = 37
- Caption = 'BORDERCOLOR'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 4
- object ButtonBORDERCOLOR: TButton
- Left = 188
- Top = 12
- Width = 21
- Height = 21
- Caption = '>>'
- TabOrder = 0
- OnClick = ButtonBORDERCOLORClick
- end
- object PanelBORDERCOLOR: TPanel
- Left = 2
- Top = 15
- Width = 183
- Height = 20
- Hint = 'BORDERCOLOR attribute'
- Align = alLeft
- Alignment = taLeftJustify
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'PanelBORDERCOLOR'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = PanelBORDERCOLORClick
- end
- end
- object GroupBoxBORDERCOLORDARK: TGroupBox
- Left = 349
- Top = 72
- Width = 216
- Height = 37
- Caption = 'BORDERCOLORDARK'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 5
- object ButtonBORDERCOLORDARK: TButton
- Left = 188
- Top = 12
- Width = 21
- Height = 21
- Caption = '>>'
- TabOrder = 0
- OnClick = ButtonBORDERCOLORDARKClick
- end
- object PanelBORDERCOLORDARK: TPanel
- Left = 2
- Top = 15
- Width = 183
- Height = 20
- Hint = 'BORDERCOLORDARK attribute'
- Align = alLeft
- Alignment = taLeftJustify
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'PanelBORDERCOLORDARK'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = PanelBORDERCOLORDARKClick
- end
- end
- object GroupBoxVALIGN: TGroupBox
- Left = 8
- Top = 116
- Width = 101
- Height = 81
- Caption = 'VALIGN'
- TabOrder = 6
- object ListBoxVALIGN: TListBox
- Left = 2
- Top = 15
- Width = 97
- Height = 42
- Align = alClient
- ExtendedSelect = False
- ItemHeight = 13
- Items.Strings = (
- '0'
- 'top'
- 'middle'
- 'bottom'
- 'baseline')
- ParentShowHint = False
- ShowHint = False
- TabOrder = 0
- OnClick = ListBoxVALIGNClick
- end
- object PanelVALIGN: TPanel
- Left = 2
- Top = 57
- Width = 97
- Height = 22
- Hint = 'VALIGN attribute'
- Align = alBottom
- Alignment = taLeftJustify
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'PanelVALIGN'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = PanelVALIGNClick
- end
- end
- object GroupBoxCOLSPAN: TGroupBox
- Left = 120
- Top = 116
- Width = 161
- Height = 37
- Caption = 'COLSPAN'
- TabOrder = 7
- object PanelCOLSPAN: TPanel
- Left = 2
- Top = 15
- Width = 91
- Height = 20
- Hint = 'COLSPAN attribute'
- Align = alLeft
- Alignment = taLeftJustify
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'PanelCOLSPAN'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- end
- object SpinEditCOLSPAN: TSpinEdit
- Left = 96
- Top = 12
- Width = 56
- Height = 22
- AutoSelect = False
- AutoSize = False
- MaxLength = 5
- MaxValue = 2000
- MinValue = 0
- TabOrder = 0
- Value = 0
- OnChange = SpinEditCOLSPANChange
- end
- end
- object GroupBoxBACKGROUND: TGroupBox
- Left = 292
- Top = 116
- Width = 273
- Height = 97
- Caption = 'BACKGROUND'
- Ctl3D = True
- ParentCtl3D = False
- TabOrder = 8
- object EditBACKGROUND: TEdit
- Left = 7
- Top = 16
- Width = 259
- Height = 21
- MaxLength = 250
- TabOrder = 0
- OnChange = EditBACKGROUNDChange
- OnExit = EditBACKGROUNDExit
- OnKeyPress = EditBACKGROUNDKeyPress
- end
- object PanelBACKGROUND: TPanel
- Left = 2
- Top = 73
- Width = 269
- Height = 22
- Hint = 'BACKGROUND attribute'
- Align = alBottom
- Alignment = taLeftJustify
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'PanelBACKGROUND'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- OnClick = PanelBACKGROUNDClick
- end
- object ButtonBrowse: TButton
- Left = 6
- Top = 43
- Width = 65
- Height = 25
- Caption = 'Browse'
- TabOrder = 1
- OnClick = ButtonBrowseClick
- end
- object ButtonHistory: TButton
- Left = 76
- Top = 43
- Width = 65
- Height = 25
- Caption = 'History'
- TabOrder = 2
- OnClick = ButtonHistoryClick
- end
- end
- object GroupBoxROWSPAN: TGroupBox
- Left = 120
- Top = 160
- Width = 161
- Height = 37
- Caption = 'ROWSPAN'
- TabOrder = 9
- object PanelROWSPAN: TPanel
- Left = 2
- Top = 15
- Width = 91
- Height = 20
- Hint = 'ROWSPAN attribute'
- Align = alLeft
- Alignment = taLeftJustify
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'PanelROWSPAN'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- end
- object SpinEditROWSPAN: TSpinEdit
- Left = 96
- Top = 12
- Width = 56
- Height = 22
- AutoSelect = False
- AutoSize = False
- MaxLength = 5
- MaxValue = 2000
- MinValue = 0
- TabOrder = 0
- Value = 0
- OnChange = SpinEditROWSPANChange
- end
- end
- object GroupBoxNOWRAP: TGroupBox
- Left = 8
- Top = 204
- Width = 101
- Height = 37
- Caption = 'NOWRAP'
- TabOrder = 10
- object CheckBoxNOWRAP: TCheckBox
- Left = 8
- Top = 16
- Width = 85
- Height = 17
- Hint = 'NOWRAP attribute'
- Caption = 'NOWRAP'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OnClick = CheckBoxNOWRAPClick
- end
- end
- object PanelBottom: TPanel
- Left = 0
- Top = 249
- Width = 573
- Height = 53
- Align = alBottom
- BevelOuter = bvNone
- Caption = 'PanelBottom'
- Font.Color = clBtnFace
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 11
- object Bevel: TBevel
- Left = 0
- Top = 0
- Width = 573
- Height = 6
- Align = alTop
- Shape = bsTopLine
- end
- object ButtonInsert: TButton
- Left = 4
- Top = 8
- Width = 77
- Height = 25
- Hint = 'Use the HTML tag'
- Caption = '&OK'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OnClick = ButtonInsertClick
- end
- object ButtonCancel: TButton
- Left = 88
- Top = 8
- Width = 77
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 1
- OnClick = ButtonCancelClick
- end
- object ButtonHelp: TButton
- Left = 256
- Top = 8
- Width = 77
- Height = 25
- Caption = '&Help'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 3
- OnClick = ButtonHelpClick
- end
- object ButtonClearAll: TButton
- Left = 172
- Top = 8
- Width = 77
- Height = 25
- Hint = 'Clear and reset all attributes to defaults'
- Caption = 'Clear &All'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- OnClick = ButtonClearAllClick
- end
- object PanelSaveReuseLevel: TPanel
- Left = 4
- Top = 40
- Width = 329
- Height = 9
- BevelOuter = bvLowered
- Caption = ' '
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- OnDblClick = PanelSaveReuseLevelDblClick
- OnMouseMove = PanelSaveReuseLevelMouseMove
- end
- end
- end
-